Routines (alphabetical) > Routines: G > GRIB Routines > GRIB_SET_ARRAY

GRIB_SET_ARRAY

The GRIB_SET_ARRAY procedure sets the value of a scalar key in a GRIB message.

Syntax

GRIB_SET_ARRAY, Ghandle, Key, Value

Arguments

Ghandle

The GRIB file handle.

Key

The key name, which must be a case-sensitive string.

Value

The array value to set for Key. Value is set as the native type.

Examples

See GRIB_SET for a general example using the GRIB routines.

Version History

8.1

Introduced

See Also

GRIB_SET